Merge pull request #1374 from secondlife/signal/editorconfig

Add editorconfig
master
Signal Linden 2024-05-01 12:49:19 -07:00 committed by GitHub
commit 0cb2c511bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 14 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
[*.{yml,yaml}]
indent_size = 2