1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-14 06:31:15 +02:00

Add EditorConfig

Signed-off-by: Sol Fisher Romanoff <sol@solfisher.com>
This commit is contained in:
Sol Fisher Romanoff
2021-07-11 15:10:41 +03:00
committed by Semisol
parent 2eb52fdc31
commit dd40f27e8f

18
.editorconfig Normal file
View File

@@ -0,0 +1,18 @@
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
# 4-wide spaces
[*.{c,h,cpp,hpp}]
indent_style = space
indent_size = 4
# use tabs for Makefile
[Makefile]
indent_style = tab