Skip to content

Commit 36060db

Browse files
committed
Add editorconfig
1 parent 158cf2d commit 36060db

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.editorconfig

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# http://editorconfig.org/
2+
3+
[*]
4+
indent_style = space
5+
insert_final_newline = true
6+
trim_trailing_whitespace = true
7+
charset = utf-8
8+
end_of_line = lf
9+
10+
[*.clj]
11+
max_line_length = 120
12+
13+
[*.{html,css,mustache,js,jsx,ts,tsx,json}]
14+
indent_size = 2
15+
16+
[*.{yaml,yml}]
17+
indent_size = 2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/camsaul/toucan2/Tests/master?style=for-the-badge)](https://github.com/camsaul/toucan2/actions/workflows/config.yml)
1+
[![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/camsaul/toucan2/Tests/master?style=for-the-badge)](https://github.com/camsaul/toucan2/actions/workflows/tests.yml)
22
[![License](https://img.shields.io/badge/license-Eclipse%20Public%20License-blue.svg?style=for-the-badge)](https://raw.githubusercontent.com/camsaul/toucan2/master/LICENSE)
33
[![GitHub last commit](https://img.shields.io/github/last-commit/camsaul/toucan2?style=for-the-badge)](https://github.com/camsaul/toucan2/commits/)
44
[![Codecov](https://img.shields.io/codecov/c/github/camsaul/toucan2?style=for-the-badge)](https://codecov.io/gh/camsaul/toucan2)

0 commit comments

Comments
 (0)