add https://EditorConfig.org setup to ensure consistent style

Mostly here to make sure people continue to use tabbed indents for php
and the TAP tests, since that is what they are currently using.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
This commit is contained in:
Eli Schwartz 2021-04-28 18:02:34 -04:00
parent d668ef0bcd
commit c3035a9039
No known key found for this signature in database
GPG key ID: CEB167EFB5722BD6

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
# EditorConfig configuration for aurweb
# https://EditorConfig.org
# Top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
[*.{php,t}]
indent_style = tab