]> rtime.felk.cvut.cz Git - hubacji1/bcar.git/commitdiff
Update editorconfig
authorJiri Vlasak <jiri.vlasak.2@cvut.cz>
Wed, 28 Jul 2021 12:25:15 +0000 (14:25 +0200)
committerJiri Vlasak <jiri.vlasak.2@cvut.cz>
Wed, 28 Jul 2021 12:25:15 +0000 (14:25 +0200)
.editorconfig

index e874636d999e95e92dbe4511e4aea8847603d94c..549987b4bd3404b4f112acc7025e9b9a7a752088 100644 (file)
@@ -8,3 +8,12 @@ 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