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

Commit

Permalink
Basic config
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiyazdani committed Dec 19, 2019
1 parent c4a3df4 commit afd9e02
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org

# WordPress Coding Standards
# https://make.wordpress.org/core/handbook/coding-standards/

root = true

[*]
end_of_line = lf
insert_final_newline = false

# Matches multiple files with brace expansion notation
[*.{js,php,css}]
charset = utf-8
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

0 comments on commit afd9e02

Please sign in to comment.