sandbox/.editorconfig
Yongmin Hong 1df5ac5ff6
wikiassets: Add repo
Summary:
Just use jsdelivr

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

Test Plan: Test after merge

Reviewers: #acl_sudoers, #blessed_reviewers, revi

Reviewed By: #acl_sudoers, #blessed_reviewers, revi

Maniphest Tasks: T130

Differential Revision: https://issuetracker.revi.xyz/D19
2024-05-04 17:41:49 +09:00

36 lines
640 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
[.arc*]
indent_size = 2
indent_style = space
# Tabs may not be valid YAML
# @see https://yaml.org/spec/1.2/spec.html#id2777534
[*.{css,js,json,yml,yaml}]
indent_size = 2
indent_style = space
# yaml-lint configuration
# YAML files should be indented with spaces, which .yamllint is
[.yamllint]
indent_size = 2
indent_style = space
[.git/**]
indent_size = 2
indent_style = space