Skip to content

Commit 25c752c

Browse files
committed
a few more config files
1 parent e5acb0d commit 25c752c

File tree

5 files changed

+28
-0
lines changed

5 files changed

+28
-0
lines changed

.editorconfig

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# EditorConfig is awesome: http://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
indent_style = space
10+
indent_size = 4
11+
end_of_line = lf
12+
insert_final_newline = true
13+
14+
[*.yml]
15+
indent_size = 2
16+
17+
[*.scss]
18+
indent_size = 2
19+
20+
[.eslintrc]
21+
indent_size = 2
22+
23+
[package.json]
24+
indent_size = 2

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
v6.0

.scss-lint

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#https://github.com/causes/scss-lint/blob/master/config/default.yml

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# React components for https://admin.travi.org
22

3+
[![Build Status](https://img.shields.io/travis/travi/admin.travi.org-components.svg?style=flat)](https://travis-ci.org/travi/admin.travi.org-components)

0 commit comments

Comments
 (0)