Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Do not read other .editorconfig files higher in the folder hierarchy
root = true

# Styles applied to all languages
[*]
end_of_line = lf
indent_style = tab
tab_width = 4
charset = utf-8
spelling_language = en

# Non-canonical rules, may not be supported by some editors
max_line_length = 80
quote_type = single

[*.html]
quote_type = double

[*.vue]
# Vue files may contain a mix of HTML (double quote) and JS (single quote), better not to enforce anything
quote_type = unset

# Don't force English spellcheck for translations
[l10n/**]
spelling_language = unset