Skip to content
Snippets Groups Projects
Forked from ogs / ogs
10415 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.editorconfig 221 B
[*]
indent_style = space
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 4

[*.{md,pandoc}]
trim_trailing_whitespace = false

[*.{json,yml,toml,html,css,js,scss}]
indent_size = 2