1
0
Fork 0
mirror of https://codeberg.org/kbruen/y3s2-gui-project.git synced 2025-02-22 17:19:37 +02:00

Added EditorConfig file

This commit is contained in:
Kenneth Bruen 2022-03-21 09:10:18 +02:00
parent 95d8597377
commit 56f948a90a
Signed by: kbruen
GPG key ID: C1980A470C3EE5B1
4 changed files with 16 additions and 7 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{h,hpp,c,cpp}]
indent_style = tab
indent_size = 4