hyprland-qt-support/.editorconfig
2025-01-07 18:53:56 -08:00

15 lines
198 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.qml,*.nix]
indent_size = 4
indent_style = space
[Makefile]
indent_style = tab