mirror of
https://github.com/maunium/stickerpicker
synced 2024-11-09 03:44:10 +00:00
47f17fde45
Fixes #22 Closes #75 Co-authored-by: Nischay <hegdenischay@gmail.com>
15 lines
220 B
INI
15 lines
220 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{yaml,yml,sql,py,sass}]
|
|
indent_style = space
|
|
|
|
[*.sass]
|
|
indent_size = 2
|