diff options
author | rtk0c <[email protected]> | 2025-04-21 14:35:44 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2025-04-21 14:35:44 -0700 |
commit | 75585f4fb6f312195a47b16224d45e671858dac7 (patch) | |
tree | 3076d8560c74fc3df2178393e796f01459ed731e /.editorconfig | |
parent | 61db693beadde269b74656d5bed8472c3114b6d3 (diff) |
Initial xmake C++ project
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..05ab5fb --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[**.{hpp,cpp,cppm}] +indent_style = space +indent_size = 4 |