1
0

Importing stuff from the private repo.

This commit is contained in:
2020-10-28 08:34:01 +01:00
parent 2585416327
commit a0e67a0bce
5 changed files with 113 additions and 0 deletions

17
editorconfig Normal file
View File

@@ -0,0 +1,17 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
[*.mustache]
indent_size = 2
[{Makefile,**.mk,rules}]
indent_style = tab
tab_size = 4
[*.tx,*.tsx]
indent_size = 2