Clone .editorconfig from minetest/master

This commit is contained in:
hecks
2021-07-12 18:03:15 +02:00
committed by GitHub
parent 95471afdcf
commit 2cc1a4e20a

8
.editorconfig Executable file
View File

@ -0,0 +1,8 @@
[*]
charset = utf-8
[*.{cpp,h,txt,cmake,fsh,vsh}]
indent_size = 4
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true