Skip to content
Snippets Groups Projects
Commit e263f162 authored by Tomáš Pecka's avatar Tomáš Pecka
Browse files

Replace lvimrc with editorconfig

parent cc40d470
No related branches found
No related tags found
1 merge request!43Dev tp
# http://editorconfig.org
# https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
[*.{py,ini}]
indent_size = 4
indent_style = space
set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab
......@@ -57,6 +57,7 @@ and extract it.
3. Generate `CMakeLists`:
- `../CMake/generate.py -wm` if you want to build whole project
- or `../CMake/generate.py -wm -g cli` if you want to build cli only
- or `../CMake/generate.py -wm -p alib2str` if you want to build only `alib2str` and its dependencies
4. Run `cmake` and build: `cmake .. && make`
5. Install: `make install` or `make DESTDIR=./install install` for local install.
6. Run :)
......@@ -87,8 +88,7 @@ files are present in the repository.
Please install `uncrustify` and `clang-format`. Then move/copy `.pre-commit`
file to `.git/hooks/pre-commit`.
 
Vim configuration for this project is available in `.lvimrc` file and
[localvimrc][2] Vim extension is used to load this file.
Editor configuration for this project is provided by [editorconfig][6].
 
 
Licensing
......@@ -117,8 +117,8 @@ Authors
 
 
[1]: https://gitlab.fit.cvut.cz/algorithms-library-toolkit/automata-library
[2]: http://www.vim.org/scripts/script.php?script_id=441
[3]: https://gitlab.fit.cvut.cz/algorithms-library-toolkit/automata-library/tags
[4]: https://gitlab.fit.cvut.cz/algorithms-library-toolkit/automata-library/forks/new
[5]: https://gitlab.fit.cvut.cz/algorithms-library-toolkit/automata-library/container_registry
[6]: https://editorconfig.org
[logo]: docs/logo.png
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment