mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
12 lines
193 B
INI
12 lines
193 B
INI
[*]
|
|
charset = utf-8
|
|
indent_size = 4
|
|
tab_width = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
max_line_length = 160
|
|
|
|
[*.{c,h,cpp,hpp,inl}]
|
|
charset = latin1
|