0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2024-11-24 18:09:26 -05:00

add editorconfig

This commit is contained in:
Caesar Schinas 2023-08-16 00:09:09 +01:00
parent c592e1acb1
commit c14ccdf2d2
No known key found for this signature in database
GPG key ID: AE9108461BEA5ACF

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
# https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = tab
insert_final_newline = true
[*.md]
indent_style = space
trim_trailing_whitespace = false