PHP Classes

File: .templates/.editorconfig

Recommend this page to a friend!
  Classes of Adeleye Ayodeji   Simple Laravel Ecommerce   .templates/.editorconfig   Download  
File: .templates/.editorconfig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Simple Laravel Ecommerce
E-commerce application to expose seller products
Author: By
Last change:
Date: 2 months ago
Size: 404 bytes
 

Contents

Class file image Download
# @see https://editorconfig-specification.readthedocs.io/en/latest/ # top-most EditorConfig file root = true # Unix-style newlines with a newline ending every file [*] end_of_line = lf insert_final_newline = true indent_style = space indent_size = 2 charset = utf-8 # 4 space indentation [*.py] indent_style = space indent_size = 4 # Tab indentation (no size specified) [Makefile] indent_style = tab