mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 17:07:15 +00:00
eec647752d
This sets the indentation size of various filetypes common in this project. The preferred tab width for tab-indented files is unknown, so TODO comments have been left there. This helps keep uniform behavior in any text editor that has EditorConfig enabled. Additionally, the tab width provided for color scheme files makes it easier to align hex values when editing a file manually.
3 lines
50 B
INI
3 lines
50 B
INI
[schemes/*]
|
|
indent_style = space
|
|
indent_size = 15
|