]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/commitdiff
Add editorconfig
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Wed, 28 Jul 2021 12:24:58 +0000 (14:24 +0200)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Wed, 28 Jul 2021 12:24:58 +0000 (14:24 +0200)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..549987b
--- /dev/null
@@ -0,0 +1,19 @@
+root = true
+
+[*.{cc,hh}]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+trim_trailing_whitespace = true
+indent_style = tab
+indent_size = 8
+max_line_length = 80
+
+[*.{py,md}]
+end_of_line = lf
+insert_final_newline = true
+charset = utf-8
+trim_trailing_whitespace = true
+indent_style = space
+indent_size = 4
+max_line_length = 80