.profile/.editorconfig
Yongmin Hong a947388a31
meta: initial commit
Summary:
setting up forgejo readme profile repo

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

Test Plan: Browse the repo

Reviewers: O1 revi & code reviewers!

Differential Revision: https://issuetracker.revi.xyz/D61

Signed-off-by: Yongmin Hong <revi@omglol.email>
2024-05-09 20:30:52 +09:00

11 lines
200 B
INI

# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true