bondage-college-mirr/BondageClub/.editorconfig
Jomshir98 40781b5749
Code cleanup ()
* Fix .editorconfig

* Whitespace cleanup

* Fix sort

* Use DialogFindPlayer

* Type fixes

* var to let/const replacement

* Add type to DialogActivePoses
2021-12-06 18:32:42 -05:00

24 lines
340 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,ts}]
charset = utf-8
indent_style = tab
trim_trailing_whitespace = true
[*.json]
charset = utf-8
indent_style = tab
trim_trailing_whitespace = true
[*.html]
charset = utf-8
indent_style = tab
[*.css]
charset = utf-8
indent_style = tab
trim_trailing_whitespace = true