forked from ezEngine/ezEngine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
33 lines (26 loc) · 737 Bytes
/
Copy path.editorconfig
File metadata and controls
33 lines (26 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# EditorConfig is awesome: http://EditorConfig.org
# To make use of this, simply install a plugin for Visual Studio 20XX, Visual Studio Code, Notepad++ or XCode
# Will work out of the box with Visual Studio 15
# top-most EditorConfig file
root = true
# Default settings for all files
[*]
charset = utf-8
indent_style = space
trim_trailing_whitespace = true
# MSVC specific
cpp_generate_documentation_comments = none
# additional settings for code files
[*.{cpp,h,inl,c,d,qrc,lua,cs,ps1,sh}]
indent_size = 2
end_of_line = lf
insert_final_newline = true
# and cmake files
[CMakeLists.txt]
indent_size = 2
end_of_line = lf
insert_final_newline = true
# .ui files use a different indentation
[*.{ui}]
indent_size = 1
end_of_line = lf