mirror of
https://git.piraattipuolue.fi/mikaela/testi.git
synced 2025-01-27 00:34:09 +01:00
15 lines
240 B
INI
15 lines
240 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
indent_style = tab
|
|
indent_size = tab
|
|
|
|
[*.{markdown,md,tex}]
|
|
trim_trailing_whitespace = false
|
|
indent_style = space
|
|
indent_size = 2
|