diff options
| author | 2022-08-14 01:26:47 +0200 | |
|---|---|---|
| committer | 2022-08-14 01:26:47 +0200 | |
| commit | 4a656bf19a45e0b3f553f9c518e7e842cc6cbf51 (patch) | |
| tree | 8e216fa647b3ef9524f0a3577a357a9d75089da8 /.editorconfig | |
| parent | ddcca62a276c528a4390c8e3d58403b865f81869 (diff) | |
editorconfig
Diffstat (limited to '.editorconfig')
| -rw-r--r-- | .editorconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..530cd69 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 + +[*.{c,h,cff,hff}] +indent_style = space +indent_size = 3 |