.editorconfig

23 lines | 479 B Blame History Raw Download
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Windows-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = crlf
insert_final_newline = true

# Matches files
[Scripts/views/**/*.{ts,tsx,json,js,jsx,vue}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
indent_size = 2

# Matches the exact files either package.json
[package.json]
indent_style = space
indent_size = 2