Skip to content

Commit

Permalink
chore(config): add editor config (#574)
Browse files Browse the repository at this point in the history
Co-authored-by: The Jared Wilcurt <[email protected]>
  • Loading branch information
TheJaredWilcurt and TheJaredWilcurt authored Jun 2, 2022
1 parent d985bf6 commit 36b10bc
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# EditorConfig is awesome: http://EditorConfig.org

# Top-most EditorConfig file
root = true

# defaults for all files
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

# Markdown files uses two trailing spaces to indicate a <br>
[*.{md,snap}]
trim_trailing_whitespace = false
2 changes: 1 addition & 1 deletion src/constants/Platforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ const Platforms = {
},
};

export default Platforms;
export default Platforms;
2 changes: 1 addition & 1 deletion test/expected/merged
Original file line number Diff line number Diff line change
@@ -1 +1 @@
imagefilejsfile
imagefilejsfile
2 changes: 1 addition & 1 deletion test/fixtures/nwapp/images/imagefile.img
Original file line number Diff line number Diff line change
@@ -1 +1 @@
imagefile
imagefile

0 comments on commit 36b10bc

Please sign in to comment.