mirror of
https://github.com/ivuorinen/phpenv.fish.git
synced 2026-01-25 18:54:04 +00:00
* chore: linting fixes * chore(deps): update github workflows * fix(ci): pr-lint permissions * fix(ci): add missing UID * fix(ci): pr-lint permissions * fix(ci): cr tweak
17 lines
316 B
INI
17 lines
316 B
INI
# EditorConfig is awesome: https://editorconfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
# Unix-style newlines with a newline ending every file
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
max_line_length = 120
|
|
|
|
# Markdown files
|
|
[*.md]
|
|
max_line_length = 200
|