mirror of
https://github.com/1sept/oauth2-1sept.git
synced 2024-05-30 17:38:52 +03:00
17 lines
233 B
INI
17 lines
233 B
INI
# @see http://EditorConfig.org
|
|
|
|
root = true
|
|
|
|
[**]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[{src,tests}/**.php]
|
|
tab_width = 4
|
|
|
|
[*.{neon,xml,md}]
|
|
tab_width = 4
|