dots/.editorconfig
Yongmin Hong 85c3adc9fc
meta: sync with 2024 standards
Summary:
relicense, various other stuff that is considered standard in 2024

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: Read The Docs™️

Reviewers: #acl_sudoers, #blessed_reviewers, revi

Reviewed By: #acl_sudoers, #blessed_reviewers, revi

Differential Revision: https://issuetracker.revi.xyz/D15
2024-05-03 11:34:10 +09:00

36 lines
631 B
INI

# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = tab
indent_style = tab
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true
[*.md]
indent_style = space
indent_size = 2
# Tabs may not be valid YAML
# @see https://yaml.org/spec/1.2/spec.html#id2777534
[*.{yml,yaml}]
indent_style = space
indent_size = 2
# yaml-lint configuration
# YAML files should be indented with spaces, which .yamllint is
[.yamllint]
indent_style = space
indent_size = 2
[*.sample]
indent_style = space
indent_size = 2
[.git/**]
indent_style = space
indent_size = 2