mirror of
https://github.com/jakejarvis/mastodon-utils.git
synced 2025-04-26 04:35:21 -04:00
16 lines
249 B
INI
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
|