Skip to content
Snippets Groups Projects
Commit d6254ee2 authored by Krzysiek's avatar Krzysiek
Browse files

WordpPress editorconfig standards

parent e9422bef
No related branches found
No related tags found
1 merge request!1Devel 1.10 - Wymagana wersja PHP i Wordpress
# 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
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
[*.yml]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment