Skip to content

Commit

Permalink
Updated README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
SpartanJ committed Sep 25, 2022
1 parent 81437dc commit 1f1c476
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Some points to illustrate the project philosophy:
* Multiline search and replace
* Project/Folder state persist between sessions
* [Lua pattern searches](https://www.lua.org/manual/5.4/manual.html#6.4.1) support.
* Plugins support.

### Folder / Project Settings (\*)

Expand Down Expand Up @@ -170,6 +171,7 @@ This means that it must be on `PATH` environment variable or the path to the bin
The formatter plugin works exactly like the linter plugin, but it will execute tools that auto-format code.
*ecode* provides support for several languages by default with can be extended easily by expanding the
`formatters.json` configuration. `formatters.json` default configuration can be obtained from [here](https://raw.githubusercontent.com/SpartanJ/eepp/develop/bin/assets/formatters/formatters.json).
It also supports some formatters natively, this means that the formatter comes with ecode without requiring any external dependency.
To configure new linters you can create a new `formatters.json` file in the default configuration path of *ecode*.

#### `formatters.json` format
Expand All @@ -190,6 +192,8 @@ To configure new linters you can create a new `formatters.json` file in the defa
* **cpp**: uses [clang-format](https://clang.llvm.org/docs/ClangFormat.html) formatter
* **Python**: uses [black](https://github.com/psf/black) formatter
* **Kotlin**: uses [ktlint](https://ktlint.github.io/) formatter
* **CSS**: uses the eepp CSS native formatter (no external formatter required).
* **XML**: uses [pugixml](https://github.com/zeux/pugixml/) native formatter (no external formatter required).

#### JSON object keys

Expand Down

0 comments on commit 1f1c476

Please sign in to comment.