diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-05-04 00:22:06 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-05-04 00:22:06 +0200 |
| commit | 574e8debfc73a808aa69c7a7b1f4ed0093d8adc2 (patch) | |
| tree | 40e79fb8a2e56703f2c2f33f06a98fffdf82415b | |
Add editorconfig file
| -rw-r--r-- | .editorconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ea82bb0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# See documentation at: http://editorconfig.org + +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 2 |
