PHP Classes

File: public/assets/bower_components/bootstrap-datepicker/js/.jscsrc

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   PHP Inventory Management System with Scanner   public/assets/bower_components/bootstrap-datepicker/js/.jscsrc   Download  
File: public/assets/bower_components/bootstrap-datepicker/js/.jscsrc
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Inventory Management System with Scanner
Manage inventory stock using scanner application
Author: By
Last change:
Date: 1 year ago
Size: 980 bytes
 

Contents

Class file image Download
{ "requireSpaceAfterKeywords": [ "if", "else", "for", "while", "do", "switch", "return" ], "disallowSpacesInFunctionExpression": { "beforeOpeningRoundBrace": true, "beforeOpeningCurlyBrace": true }, "disallowSpacesInsideObjectBrackets": true, "disallowSpacesInsideArrayBrackets": true, "disallowSpacesInsideParentheses": true, "disallowQuotedKeysInObjects": "allButReserved", "disallowSpaceAfterObjectKeys": true, "requireSpaceAfterBinaryOperators": ["==", "===", "!=", "!==", ">", "<", ">=", "<="], "requireSpaceBeforeBinaryOperators": ["==", "===", "!=", "!==", ">", "<", ">=", "<="], "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], "disallowSpaceBeforeBinaryOperators": [","], "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], "validateLineBreaks": "LF", "requireKeywordsOnNewLine": ["return", "break", "delete"], "requireLineFeedAtFileEnd": true }