Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Improve Developer Ergonomics #10

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add .editorconfig
foxtree committed Apr 18, 2017
commit 39a1cc7f7a6b8d2495b19559fad1fa1279647800
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# top-most EditorConfig file
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
continuation_indent_size = 2
indent_size = 2

[*.md]
trim_trailing_whitespace = false