Select Git revision
.editorconfig
Stéphane Del Pino authored
subrepo: subdir: "packages/rang" merged: "49505595" upstream: origin: "git@github.com:agauniyal/rang.git" branch: "master" commit: "49505595" git-subrepo: version: "0.3.1" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "a7ee886"
.editorconfig 306 B
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{html,ejs,css,sass,scss,js,yml}]
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[{package.json,.travis.yml}]
indent_size = 2