mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 16:19:22 +01:00
12 lines
269 B
INI
12 lines
269 B
INI
root = true
|
|
|
|
[*]
|
|
# Future: https://github.com/editorconfig/editorconfig/issues/89
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
# Accessibility reasons. Vim: :%retab! (note also :set ts=4)
|
|
indent_style = tab
|
|
indent_size = tab
|
|
#tab_width =
|