mirror of
https://github.com/gbowne1/ClassicOS.git
synced 2024-11-21 22:06:51 -08:00
14 lines
269 B
INI
14 lines
269 B
INI
|
# top-most EditorConfig file
|
||
|
root = true
|
||
|
|
||
|
# C source files
|
||
|
[*.{c,h}]
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
trim_trailing_whitespace = true
|
||
|
|
||
|
# C++ source files
|
||
|
[*.{cpp,hpp}]
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
trim_trailing_whitespace = true
|