We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e9966 commit 9556061Copy full SHA for 9556061
.editorconfig
@@ -10,17 +10,17 @@ insert_final_newline = true
10
trim_trailing_whitespace = true
11
12
# Source code files
13
-[*.{h,cpp,py,sh}]
+[*.{h,cpp,rs,py,sh}]
14
indent_size = 4
15
16
-# .cirrus.yml, .fuzzbuzz.yml, etc.
+# .cirrus.yml, etc.
17
[*.yml]
18
indent_size = 2
19
20
-# Makefiles
21
-[{*.am,Makefile.*.include}]
+# Makefiles (only relevant for depends build)
+[Makefile]
22
indent_style = tab
23
24
-# Autoconf scripts
25
-[configure.ac]
+# CMake files
+[{CMakeLists.txt,*.cmake,*.cmake.in}]
26
0 commit comments