-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.editorconfig
More file actions
44 lines (35 loc) · 671 Bytes
/
Copy path.editorconfig
File metadata and controls
44 lines (35 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# EditorConfig
#
# Copyright © 2017 - 2020 Kristian Matthews. All rights reserved.
root = true
[*]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = false
# Less
[*.less]
indent_style = space
indent_size = 2
# JavaScript, JSON & TypeScript
[*.{js*,ts}]
indent_style = space
# PHP
[*.php]
indent_style = space
insert_final_newline = true
# Python
[*.py]
indent_style = space
insert_final_newline = true
# SCSS
[*.scss]
indent_style = space
indent_size = 2
# Squarespace Block, Config, Liquid, List & Region
[*.{block,conf,liquid,list,region}]
indent_style = space
indent_size = 2
# Yaml
[*.{yml,yaml}]
indent_style = space