forked from BoostGSoC18/astronomy
-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy path.editorconfig
More file actions
38 lines (33 loc) · 745 Bytes
/
.editorconfig
File metadata and controls
38 lines (33 loc) · 745 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
33
34
35
36
37
38
# EditorConfig is awesome: http://EditorConfig.org
#
# top-most EditorConfig file
root = true
[*]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
[*.{cpp,hpp}]
guidelines = 100
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
[*.rst]
guidelines = 100
indent_size = 4
indent_style = space
max_line_length = 90
trim_trailing_whitespace = true
insert_final_newline = true
[{Jamfile*,CMakeLists.txt,CMakeSettings.json,*.cmake}]
guidelines = 100
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true