1
0
mirror of https://github.com/casey/just synced 2024-06-29 06:24:38 +00:00
just/.editorconfig
2021-10-14 02:47:14 +00:00

19 lines
358 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
# Text is UTF-8
charset = utf-8
# Unix-style newlines
end_of_line = lf
# Newline ending every file
insert_final_newline = true
# Soft tabs
indent_style = space
# Two-space indentation
indent_size = 2
# Trim trailing whitespace
trim_trailing_whitespace = true