pressbooks aldine theme the theme used for the front page or default book
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
480 B

# This file is for unifying the coding style for different editors and IDEs
7 years ago
# editorconfig.org
# WordPress Coding Standards
# https://make.wordpress.org/core/handbook/coding-standards/
7 years ago
root = true
[*]
charset = utf-8
end_of_line = lf
7 years ago
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
7 years ago
[*.md]
trim_trailing_whitespace = false
7 years ago
[{.jshintrc,*.json,*.yml,*.scss}]
indent_style = space
7 years ago
indent_size = 2
[{*.txt,wp-config-sample.php}]
end_of_line = crlf