mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-21 18:59:22 +01:00
.editorconfig: max_line_length = 78, mention RFC 678 in a comment
This commit is contained in:
parent
0ec8afbde0
commit
a03688a77b
@ -15,6 +15,9 @@ charset = utf-8
|
||||
# Accessibility reasons. Vim: :%retab! (note also :set ts=4)
|
||||
indent_style = tab
|
||||
indent_size = tab
|
||||
# Usable in common Braille displays? Line continuation marker and diffing
|
||||
# take two. Prettier default 80. WCAG requirement 80.
|
||||
max_line_length = 78
|
||||
# Opinionated affecting only display, better to not set
|
||||
#tab_width =
|
||||
|
||||
@ -68,6 +71,10 @@ indent_size = tab
|
||||
# empty last columns/fields
|
||||
trim_trailing_whitespace = false
|
||||
|
||||
# RFC 678
|
||||
#[*.txt]
|
||||
#max_line_length = 72
|
||||
|
||||
# Windows line-endings for Windows
|
||||
[*.{reg,bat,ahk}]
|
||||
# Remember the .gitattributes !
|
||||
|
Loading…
Reference in New Issue
Block a user