diff options
author | Aminda Suomalainen <suomalainen+git@mikaela.info> | 2023-10-16 13:32:27 +0300 |
---|---|---|
committer | Aminda Suomalainen <suomalainen+git@mikaela.info> | 2023-10-16 13:32:27 +0300 |
commit | 0fe5721b5ba08aa2f1d3aa4d1684c4bd4b79196e (patch) | |
tree | e5fed0c703fbf473a4b17197d31c0f0ad3cc60f0 /.editorconfig | |
parent | add .gitattributes (diff) | |
download | nheko-0fe5721b5ba08aa2f1d3aa4d1684c4bd4b79196e.tar.xz |
add .editorconfig based on .clang-format
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..65ee036b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 4 +max_line_length = 100 |