mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 16:06:21 +00:00
47f2f30682
* Added Editor Config file. * Added ".vscode/" to .gitignore. * Added final newline to some files. * Added KDE Breeze Dark colors. * Applied various ESLint autofixes. There were still plenty of non-auto-fixable issues though. I'm not sure why this project had ESLint dev dependency but still ended up with countless issues. * ... and maybe some others.
11 lines
175 B
INI
11 lines
175 B
INI
[*]
|
|
end_of_line = lf
|
|
indent_style = space
|
|
indent_size = 2
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|