mirror of
https://github.com/NickKaramoff/toot
synced 2025-02-06 20:33:46 +01:00
Add EditorConfig
Indentation also changed to tabs
This commit is contained in:
parent
630db8d4b2
commit
a22563ce6d
19
.editorconfig
Normal file
19
.editorconfig
Normal 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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user