Added editorconfig file.

master
Marco Schlumpp 2016-11-30 22:40:16 +01:00
parent 3c9abb5b68
commit f3d8428c03
No known key found for this signature in database
GPG Key ID: 8B7ADFAEDC7BCC5D
1 changed files with 17 additions and 0 deletions

17
.editorconfig Normal file
View File

@ -0,0 +1,17 @@
# http://EditorConfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.{hpp,cpp}]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
[*.{as}]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true