Skip to content
This repository has been archived by the owner on Jan 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #23 from nileshbhingaradiya/feature/dateformat
Browse files Browse the repository at this point in the history
  • Loading branch information
curtishall authored Nov 26, 2021
2 parents 4c676e3 + f828b5d commit 90c5f24
Show file tree
Hide file tree
Showing 20 changed files with 1,997 additions and 1,424 deletions.
25 changes: 25 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# http://editorconfig.org
root = true
[*]
# Change these settings to your own preference
indent_style = space
indent_size = 2
# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
# editorconfig-tools is unable to ignore longs strings or urls
max_line_length = 120


[*.md]
max_line_length = 0
trim_trailing_whitespace = false


# Use tabs for indentation (Makefiles require tabs)
indent_style = tab

1 change: 1 addition & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ module.exports = {
jsxBracketSameLine: true,
singleQuote: true,
trailingComma: 'all',
printWidth: 120,
};
Loading

0 comments on commit 90c5f24

Please sign in to comment.