Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Kalachev <okalachev@gmail.com>2021-12-15 14:33:52 +0300
committerGitHub <noreply@github.com>2021-12-15 14:33:52 +0300
commitf6db5dd2a8a1a56295e1e13bf9cfd9c717569945 (patch)
tree6f31179269fab588cf020864e3604b8b5df24eb9 /.editorconfig
parent6579368053a0572d1fff38ca3a91ab209df1a1d2 (diff)
Create .editorconfig (#889)
Co-authored-by: あく <alleteam@gmail.com>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..a31ef8e7
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+
+[*.{cpp,h,c,py,sh}]
+indent_style = space
+indent_size = 4
+
+[{Makefile,*.mk}]
+indent_size = tab