Files
oauth2-1sept/.editorconfig
2023-09-14 23:45:40 +03:00

12 lines
182 B
INI

# @see http://EditorConfig.org
root = true
[src/**]
charset = utf-8
end_of_line = lf
tab_width = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true