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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

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