Skip to content

Commit

Permalink
style: add .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Aug 21, 2024
1 parent bd34a22 commit 05e21d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# https://editorconfig.org/

root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
max_line_length = 80
indent_style = space
indent_size = 2
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ As this project is a user-facing application, the places in the semantic version

- Show loading spinners on the custom config page
- Strip slash from Matomo url
- Added `.editorconfig`

## [1.6.1] (2024-08-13)

Expand Down

0 comments on commit 05e21d3

Please sign in to comment.