1
mirror of https://github.com/jakejarvis/mastodon-utils.git synced 2026-04-21 10:55:29 -04:00
Files
mastodon-utils/.editorconfig
T

16 lines
249 B
INI

# http://editorconfig.org
# this file is the top-most editorconfig file
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
[*.conf]
indent_style = tab