KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
semicolon-indent
★ 11
Open GitHub ↗
indentation with semicolons
Download README (.md)
Explore Similar Repositories
hackersurveys
:
Collection of surveys answered by engineers
pyigdc
:
A command line UPnP IGD Client/Lib in python
MakerManager2
:
Maker Manager provides a web interface and automation to Dallas Makerspace's access control system.
ulogin-OpenCart
:
No description available.
lighthouse
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
semicolon-indent
?
Download (.md)
# semicolon-indent This is what semicolon indented code looks like: ```js module.exports = function (data, force) { ;;var opts = { ;;;;preset: 'default', ;;;;indent: { ;;;;;;value: ';;', ;;;;;;ObjectExpression: force ? 1 : 0 ;;;;} ;;} ;;return esformatter.format(data + '\n', opts) } ``` ## Install semicolon-indent $ npm install -g semicolon-indent ## CLI usage $ semicolon-indent index.js > index2.js **use stdin** $ cat index.js | semicolon-indent > index2.js ## Licence The [MIT License (MIT)](http://opensource.org/licenses/MIT) Copyright © 2015 [Christoph Witzko](https://twitter.com/christophwitzko)