PluginProbe
Stream – Activity Log & Audit Trail / 3.2.0
Stream – Activity Log & Audit Trail v3.2.0
4.4.0 4.3.0 4.2.2 4.2.1 trunk 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.1 3.1.1 3.10.0 3.2.0 3.2.1 3.2.2 3.2.3 All 50 releases
stream / .editorconfig

.editorconfig in Stream – Activity Log & Audit Trail 3.2.0, at .editorconfig

22 lines 432 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # This file is for unifying the coding style for different editors and IDEs
2 # editorconfig.org
3
4 # WordPress Coding Standards
5 # https://make.wordpress.org/core/handbook/coding-standards/
6
7 root = true
8
9 [*]
10 charset = utf-8
11 end_of_line = lf
12 insert_final_newline = true
13 trim_trailing_whitespace = true
14 indent_style = tab
15
16 [{.jshintrc,*.json,*.yml}]
17 indent_style = space
18 indent_size = 2
19
20 [{*.txt,wp-config-sample.php}]
21 end_of_line = crlf
22