diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-03-27 14:20:38 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-03-27 14:20:38 +0100 |
| commit | b7687c4b905c14405b58227066f08dca345a47b1 (patch) | |
| tree | 03cf18643244ad8cc3ecd172ca84387492d671ce | |
Add editorconfig file
| -rw-r--r-- | .editorconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8f5b671 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,19 @@ +# http://editorconfig.org +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true +end_of_line = lf +insert_final_newline = true + +[*.(py|rs)] +indent_size = 4 + +[Makefile] +indent_style = tab + +[*.md] +trim_trailing_whitespace = false |
