PHP Classes

File: .editorconfig

Recommend this page to a friend!
  Classes of Vladimir Gorej   FFmpeg PHP   .editorconfig   Download  
File: .editorconfig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: FFmpeg PHP
Manipulate video files using the ffmpeg program
Author: By
Last change:
Date: 5 years ago
Size: 781 bytes
 

Contents

Class file image Download
# http://editorconfig.org # A special property that should be specified at the top of the file outside of # any sections. Set to true to stop .editor config file search on current file root = true [*] # Indentation style # Possible values - tab, space indent_style = space # Indentation size in single-spaced characters # Possible values - an integer, tab indent_size = 4 # Line ending file format # Possible values - lf, crlf, cr end_of_line = lf # File character encoding # Possible values - latin1, utf-8, utf-16be, utf-16le charset = utf-8 # Denotes whether to trim whitespace at the end of lines # Possible values - true, false trim_trailing_whitespace = true # Denotes whether file should end with a newline # Possible values - true, false insert_final_newline = true