Skip to content
This repository was archived by the owner on Jun 2, 2021. It is now read-only.

Commit ffc6b59

Browse files
author
Brian Butz
committed
Introduce .editorconfig for ruby files
Many editors and IDEs will leverage an .editorconfig out of the box This basic configuration for ruby files tells the editor to behave per how rubocop is configured to handle whitespace
1 parent 9cc945a commit ffc6b59

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.editorconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*.rb]
7+
insert_final_newline = true
8+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)