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
This will add application agnostic setting for Alan related files (*.alan, *.i, *.a3sol, *.a3log) via EditorConfig, ensuring consistent code styling across different editors and IDEs, and improve Alan sources visualization on GitHub.
The text was updated successfully, but these errors were encountered:
The configuration file has been added but no re-formatting has been done. And the value of that within the compiler and interpreter directories are limited as the .alan et al. files are not very visible outside of this project. Any new such files should/could be formatted "standardised" settings.
Take the
.editorconfig
file from the ALAN Repository Template and add it to the project root folder.This will add application agnostic setting for Alan related files (
*.alan
,*.i
,*.a3sol
,*.a3log
) via EditorConfig, ensuring consistent code styling across different editors and IDEs, and improve Alan sources visualization on GitHub.The text was updated successfully, but these errors were encountered: