mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
8af9f1eb95
Signed-off-by: Hector Martin <marcan@marcan.st>
14 lines
193 B
INI
14 lines
193 B
INI
root = true
|
|
|
|
# Defaults
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 4
|
|
tab_width = 4
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
max_line_length = 100
|
|
|
|
[Makefile*]
|
|
indent_style = tab
|
|
indent_size = 8
|