breandan / kotlingrad

🧩 Shape-Safe Symbolic Differentiation with Algebraic Data Types
https://breandan.net/public/masters_thesis.pdf#page=49
Apache License 2.0
515 stars 21 forks source link

Add `.idea/codeStyles` to the repository #25

Closed CommanderTvis closed 2 years ago

CommanderTvis commented 2 years ago

Is your feature request related to a problem? Please describe. I don't know how to use the IntelliJ IDEA formatter to format the project.

Describe the solution you'd like Track .idea/codeStyles folder in the Git repository.

breandan commented 2 years ago

Added .editorconfig, it's not a foolproof solution but should be supported by IntelliJ IDEA out of the box. I guess we could use an autoformatter such as ktlint or ktfmt, but for some structures it's nice to have manual control over indentation.