~toastal/purescript-web-network-information

1abc0e29cecbd59e8a6df90376cf34289b1e1324 — toastal 2 years ago 0e475bd
New EditorConfig
1 files changed, 19 insertions(+), 4 deletions(-)

M .editorconfig
M .editorconfig => .editorconfig +19 -4
@@ 1,4 1,4 @@
# http://editorconfig.org/
# EditorConfig: http://editorconfig.org/

root = true



@@ 6,9 6,24 @@ root = true
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 3
indent_style = tab
trim_trailing_whitespace = true

[*.{dhall,nix}]
indent_size = 2
indent_style = space

[*.nix]
ident_size = 2

[*.purs]
indent_style = space
indent_size = 3

[bower.json]
indent_style = space
ident_size = 4

[contribute.json]
indent_style = space
ident_size = 2