|
@@ -17,10 +17,16 @@ indent_size = 4
|
|
|
trim_trailing_whitespace = false
|
|
|
insert_final_newline = false
|
|
|
|
|
|
+[*.json]
|
|
|
+indent_style = space
|
|
|
+indent_size = 4
|
|
|
+trim_trailing_whitespace = true
|
|
|
+insert_final_newline = true
|
|
|
+
|
|
|
# C coding style based on Linux kernel.
|
|
|
# https://www.kernel.org/doc/html/v5.0/process/coding-style.html
|
|
|
|
|
|
-[*.sh]
|
|
|
+[[{*.sh,*.inc}]]
|
|
|
indent_style = tab
|
|
|
indent_size = 4
|
|
|
|