Revision control
Copy as Markdown
Other Tools
# Editor Configurations
This directory contains some editor configurations which are set up to
help with developing Botan.
* `emacs.el`: Emacs Lisp formatting style. See the header in that file
for installation/usage.
* `vscode`: Configurations for VSCode. To use, symlink or copy the
`vscode` directory into the project root directory
* editorconfig: A configuration for any editor which supports the
EditorConfig format. To use, symlink or copy the `editorconfig` file
to `.editorconfig` in the project root directory.