dotfiles/.config/awesome/rubato/.editorconfig
2023-06-09 06:06:37 -05:00

11 lines
167 B
INI

root = true
[*.lua]
charset = utf-8
intent_style = tab
indent_size = 4
trim_trailing_whitespace = true
max_line_length = 120
[*.md]
trim_trailing_whitespace = false