diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-09-12 16:21:05 +0200 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-12 16:21:05 +0200 |
commit | f97bd6dcbcaedfd2255bb27360dbc8361a02100c (patch) | |
tree | 556cd603c6f3d9d34a640649dba7071d07a8c5db /.editorconfig |
Init
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5d12634 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false |