diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-14 19:31:59 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-14 19:31:59 +0200 |
| commit | bcd74933a66a772d02575071f6ed7d78e332ddd8 (patch) | |
| tree | e233f53e4936f036205eec34f9153e1f51268001 /.editorconfig | |
| parent | 004c02aceb1eec5e60071c8c281e8719d3a52c03 (diff) | |
Add editorconfig
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3a63703 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +root = true + +[*] +charset = utf-8 +indent_style = tab +indent_size = 2 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false |
