1
0
mirror of https://github.com/Rikj000/MoniGoMani.git synced 2022-03-06 00:08:05 +03:00

Added editorconfig with some basic settings.

Borrowed from https://github.com/commaai/openpilot/blob/master/.editorconfig
This commit is contained in:
topscoder
2021-08-01 18:50:04 +02:00
parent b4d973e079
commit 5ae476b83e

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[{*.py, *.pyx, *.pxd}]
charset = utf-8
indent_style = space
indent_size = 4