1
0
DmfBusFilterExtension/.editorconfig

18 lines
321 B
INI
Raw Permalink Normal View History

2023-03-23 18:05:13 +01:00
# 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 = crlf
insert_final_newline = true
# Tab indentation (no size specified)
[Makefile]
indent_style = tab
[*.{c,h,cpp,hpp}]
indent_style = space
indent_size = 4