Files
zahradka/.editorconfig
Jan Tojnar 6246856fda
All checks were successful
deploy-pages Deployed in 22 seconds
Initial commit
2023-02-23 05:30:17 +01:00

14 lines
197 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{hs,js,css}]
indent_style = tab
tab_width = 4