PHP Classes

File: support/editorconfig

Recommend this page to a friend!
  Classes of Daniele Orlando   FluidXML   support/editorconfig   Download  
File: support/editorconfig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FluidXML
Manipulate XML documents using a fluent interface
Author: By
Last change:
Date: 8 years ago
Size: 326 bytes
 

Contents

Class file image Download
# editorconfig.org root = true [*] indent_style = space indent_size = 8 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true [*.txt] indent_size = 2 [*.md] indent_size = 2 trim_trailing_whitespace = false [*.html] indent_size = 4 [*.json] indent_size = 4 [*.yml] indent_size = 4