mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
18 lines
No EOL
415 B
INI
18 lines
No EOL
415 B
INI
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
# 4 space indentation
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
# disable redundant style warnings
|
|
dotnet_style_qualification_for_field = false:silent
|
|
dotnet_style_qualification_for_property = false:silent
|
|
dotnet_style_qualification_for_method = false:silent
|
|
dotnet_style_qualification_for_event = false:silent |