Skip to content
This repository has been archived by the owner on Sep 2, 2019. It is now read-only.

Δ:.editorconfig

Andrew T. DeSantis edited this page Dec 24, 2016 · 2 revisions

.editorconfig

Schema

type: object
required: [a, b, c]
properties:
  a: {type: number}
  b: {type: number}
  c: {type: number}

Environment

a: 1
b: 2
c: 3

Template

Δ with (data=None)

root=true

[*]
charset=utf-8
end_of_line=lf
indent_size=4
indent_style=space
insert_final_newline=true
trim_trailing_whitespace=true

[*.mk]
indent_style=tab

[*.md]
indent_style=space
indent_size=2

[*.{lz,sh}]
indent_style=space
indent_size=2

[*.{css,html,hcl,json,js,jsx,pug,yml}]
indent_style=space
indent_size=2

[.deosrc]
indent_style=tab

[Deosfile]
indent_style=space
indent_size=2

[Makefile]
indent_style=tab

[Vagrantfile]
indent_style=space
indent_size=2

Test

a: 1
b: 2
c: 3
Clone this wiki locally