Skip to content

Commit

Permalink
update 16-Nov-24
Browse files Browse the repository at this point in the history
  • Loading branch information
tranphuquy19 committed Nov 15, 2024
1 parent 41e0a03 commit e83fb06
Show file tree
Hide file tree
Showing 10 changed files with 1,024 additions and 466 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ root = true

[*]
charset = utf-8
indent_style = tab
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{json,yml}]
indent_style = space
indent_size = 2
indent_size = 2
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.wordWrap": "on",
}
5 changes: 3 additions & 2 deletions dist/gs-duplicator.min.user.js

Large diffs are not rendered by default.

Loading

0 comments on commit e83fb06

Please sign in to comment.