mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-28 03:39:55 +00:00
13 lines
240 B
INI
13 lines
240 B
INI
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_size = 4
|
|
indent_style = space
|
|
insert_final_newline = true
|
|
max_line_length = 140
|
|
tab_width = 4
|
|
trim_trailing_whitespace = true
|
|
|
|
[{*.markdown,*.md}]
|
|
trim_trailing_whitespace = false
|
|
indent_size = 2
|