Add EditorConfig

Indentation also changed to tabs
This commit is contained in:
Nikita Karamov 2021-01-29 22:56:37 +01:00
parent 630db8d4b2
commit a22563ce6d
No known key found for this signature in database
GPG Key ID: EA4E7DECEEA050E4
7 changed files with 260 additions and 242 deletions

19
.editorconfig Normal file
View File

@ -0,0 +1,19 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true
[*.md]
indent_size = 2
indent_style = space
max_line_length = off
trim_trailing_whitespace = false
[*.yml]
indent_size = 2
indent_style = space

View File

@ -20,8 +20,7 @@ html(lang="en")
body
header
h1 🐘 toot
p
| Quickly post on any Mastodon instance
p Quickly post on any Mastodon instance
main
form#form
section