Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
tweaking editorconfig again
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Oct 30, 2017
1 parent cb2f26b commit 8b61d51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,7 @@ end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4

[*.md]
indent_style = space
indent_size = 4
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fpo",
"version": "6.1.5",
"version": "6.1.6",
"description": "FP library for JavaScript. Supports named-argument style methods.",
"main": "./dist/fpo.js",
"scripts": {
Expand Down

0 comments on commit 8b61d51

Please sign in to comment.