There was an error while loading. Please reload this page.
1 parent dc06258 commit 7129b19Copy full SHA for 7129b19
.editorconfig
@@ -9,21 +9,23 @@ trim_trailing_whitespace = true
9
# We usually want to indent using spaces
10
indent_style = space
11
12
-[*.{cpp,h}]
13
-indent_size = 4
14
-
15
-[*.yml]
16
-indent_size = 2
17
18
-# Assume that most of the files in the .build/ directory are shell scripts...
+# Files in the .build/ directory without a file extension are shell scripts
19
[.build/*]
20
indent_size = 4
21
indent_style = tab
22
23
-# ... but use 4-space indentation for PowerShell scripts
+[.build/*.*]
+indent_size = unset
+indent_style = space
+
24
[*.ps1]
25
26
-indent_style = space
+[*.yml]
+indent_size = 2
27
+[*.{cpp,h}]
28
+indent_size = 4
29
30
[{CMakeLists.txt,*.cmake}]
31
0 commit comments