Update wiki links to the new short URL
[aur.git] / .editorconfig
blob5a751aad8bb1f18be96ca170b14333c9dd83d98d
1 # EditorConfig configuration for aurweb
2 # https://EditorConfig.org
4 # Top-most EditorConfig file
5 root = true
7 [*]
8 end_of_line = lf
9 insert_final_newline = true
10 charset = utf-8
12 [*.{php,t}]
13 indent_style = tab