mirror of
https://github.com/virtualroot/awesome-opentofu.git
synced 2026-04-30 03:21:03 -05:00
11 lines
200 B
INI
11 lines
200 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|