PHP Classes

File: .editorconfig

Recommend this page to a friend!
  Classes of Chun-Sheng, Li   Simple PHP Collection   .editorconfig   Download  
File: .editorconfig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple PHP Collection
Manage collections of values using array iterators
Author: By
Last change:
Date: 1 year ago
Size: 286 bytes
 

Contents

Class file image Download
# More info at: # https://editorconfig.org/ root = true [*] charset = utf-8 end_of_line = lf indent_style = space indent_size = 4 trim_trailing_whitespace = true insert_final_newline = true [*.md] trim_trailing_whitespace = false [*.php] indent_style = tab [*.yml] indent_size = 2