og-northstar-launcher/.editorconfig
GeckoEidechse b269c4df61
Define indent size in editorconfig (#550)
Setting indent size in `.editorconfig` means that things like GitHub web
preview will default to showing tab indent size as 4 spaces.
2023-10-04 13:57:34 +02:00

12 lines
255 B
INI

# For more info on `.editorconfig` file see https://EditorConfig.org
# top-most EditorConfig file
root = true
# Newline ending every file
[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = 4