Files
grav-plugin-admin/.editorconfig
Rotzbua 304bb9b557 Links to https, Discord (#2212)
* Change links to https

* github.com
* getgrav.org

* Change Slack to Discord
2022-02-04 09:56:22 -08:00

18 lines
339 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2
# 2 space indentation
[*.{yaml,.yml}]
indent_size = 2