🎨 Add spotless formatting (#2)
* 🎨 Add spotless formatting * 🚧 Add formatting check * 🚧 Fix workflow label, Add build workflow * 🛠️ Fix typos * 🏃 Make binaries ~run~executable * 🔧 Fix step name
This commit is contained in:
parent
e75ac48743
commit
56d6b8694a
7 changed files with 79 additions and 0 deletions
7
.prettierrc.yml
Normal file
7
.prettierrc.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
plugins:
|
||||
- prettier-plugin-java
|
||||
parser: java
|
||||
printWidth: 120
|
||||
tabWidth: 4
|
||||
singleQuote: false
|
||||
useTabs: false
|
Loading…
Add table
Add a link
Reference in a new issue