9 lines
206 B
INI
9 lines
206 B
INI
# Documentation for this file: https://EditorConfig.org
|
|
|
|
root = true
|
|
|
|
# Unix-style newlines ending every file,
|
|
# as some compilers complain about files not ending in newline
|
|
[*]
|
|
insert_final_newline = true
|