mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-23 07:03:08 +00:00
17 lines
237 B
INI
17 lines
237 B
INI
|
root = true
|
||
|
|
||
|
# Defaults
|
||
|
[*]
|
||
|
indent_style = tab
|
||
|
indent_size = 8
|
||
|
tab_width = 8
|
||
|
charset = utf-8
|
||
|
insert_final_newline = true
|
||
|
trim_trailing_whitespace = true
|
||
|
max_line_length = 100
|
||
|
|
||
|
[Makefile*]
|
||
|
indent_style = tab
|
||
|
tab_width = 8
|
||
|
indent_size = 8
|