You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fast minimalistic pure indentation of JavaScript, CSS, and HTML.
5
+
Fast minimalistic pure code indentation. Indents JavaScript, Typescript, TSX, JSX, CSS, and HTML. Does not do any beautifying of your code, leave it as it is, only correctly indents it following some basic rules.
1.[Spck.io - An offline web editor that keeps your data private](https://spck.io/)
55
51
56
-
ISupport for other languages would be nice, and greatly welcomed!
57
-
Unfortunately, I do not know these languages well enough to construct rules for them.
58
52
59
-
###Languages still not supported:
53
+
##Languages still not supported:
60
54
61
-
1. TypeScript
62
-
2. CoffeeScript
63
-
3. Pug
64
-
4. Less/Sass
55
+
1. CoffeeScript
56
+
2. Pug
65
57
66
-
###Getting the project
58
+
##Getting the project
67
59
68
60
1. Run `npm install` to install dependencies
69
61
2. Run `npm test` to run tests in `tests` folder
70
62
3. Run `npm run build` to build the project
71
-
72
-
## Contributing
73
-
74
-
This project follows the [GitFlow branching model](http://nvie.com/posts/a-successful-git-branching-model). The ```master``` branch always reflects a production-ready state while the latest development is taking place in the ```develop``` branch.
75
-
76
-
Each time you want to work on a fix or a new feature, create a new branch based on the ```develop``` branch: ```git checkout -b BRANCH_NAME develop```. Only pull requests to the ```develop``` branch will be merged.
0 commit comments