diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-11-20 16:53:33 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-11-20 16:53:33 +0100 |
commit | 87feae8a58bcda71b2e60a9156f678f3c4cec6d7 (patch) | |
tree | d0fb3837d45088dc0758eb27b8c575c2e6b2870c /.editorconfig | |
parent | 4413a40440a48aa0f79ae4bec0adf3a68408a0e3 (diff) |
add clang-tidy and clang-format
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ec90e12 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +indent_style = tab +indent_size = 2 +end_of_line = lf +insert_final_newline = true + +[*.md] +indent_style = space +indent_size = 2 + |