Skip to content
This repository has been archived by the owner on Aug 13, 2021. It is now read-only.

Commit

Permalink
Codestyle: improvements (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrparolek committed Jun 28, 2021
1 parent 8725333 commit e144dd0
Show file tree
Hide file tree
Showing 3 changed files with 223 additions and 222 deletions.
20 changes: 5 additions & 15 deletions .editorconfig
@@ -1,26 +1,16 @@
# EditorConfig is awesome: http://EditorConfig.org

# Top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true

# JS / PHP
[*.{js,php,phpt}]
charset = utf-8
indent_style = tab
indent_size = 4

# NEON
[*.neon]
charset = utf-8
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
indent_size = tab
tab_width = 4

# Composer, NPM, Travis, BitbucketPipelines
[{composer.json,package.json,.travis.yml,bitbucket-pipelines.yml}]
[{*.json, *.yaml, *.yml, *.md}]
indent_style = space
indent_size = 2

0 comments on commit e144dd0

Please sign in to comment.