1
mirror of https://github.com/jakejarvis/mastodon-utils.git synced 2025-04-25 18:05:21 -04:00
mastodon-utils/.editorconfig

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