editorconfig-vim
project-config.nvim
editorconfig-vim | project-config.nvim | |
---|---|---|
137 | 1 | |
3,131 | 7 | |
0.2% | - | |
5.1 | 0.0 | |
6 months ago | almost 3 years ago | |
Vim Script | Lua | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
editorconfig-vim
-
Config-file-validator v1.7.0 released!
Added support for EditorConfig, .env, and HOCON validation
-
C-style: My favorite C programming practices
There is always .editorconfig [1] to setup indent if you have a directory of files. In places where it really matters (Python) I'll always comment with what I've used.
[1] https://editorconfig.org/
-
How to set up a new project using Yarn
.editorconfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. Find more information on the EditorConfig website if you’re curious.
-
Most basic code formatting
These are tools that you need to add. But the most elemental code formatting is not here, it is in the widely supported .editorconfig file.
-
Taking the Language Server Protocol one step further
Hello,
Maybe you should check this project:
https://editorconfig.org/
Regards,
- How to config indentation per project?
-
How We Started Managing BSA Delivery Processes on GitHub
editorconfigchecker. A linter that checks files for compliance with editorconfig rules. Another linter that helps maintain consistency in the format of all files.
-
Ask HN: What work/office purchase transformed your life?
Oh, yeah, we had that issue too and solved it pretty successfully with `.editorconfig` (shareable between VScode and IntelliJ, https://editorconfig.org/) combined with `prettier`.
Each IDE is configured to:
- Not reformat code on its own
- Ignore whitespace
- Run `prettier` as a pre-commit hook
Those settings are saved to `.editorconfig` where possible, or to each IDE's repo-specific folder (e.g. `.idea`).
Then in theory each developer can use whatever IDE they want, whatever whitespace settings they want (tabs vs spaces), and the end code committed to the repo is still the same.
-
Rider - Formatting across projects
I am aware of .editorconfig, and one day that may be the correct answer but the specification does not support every element of the styles of both oss and css.
-
Is there any reason to keep the editorconfig plugin installed?
Does this mean I can completely get rid of this plugin?: https://github.com/editorconfig/editorconfig-vim
project-config.nvim
What are some alternatives?
nvim-projectconfig - neovim projectconfig
pycodestyle - Simple Python style checker in one Python file
vim-editorconfig - Yet another EditorConfig (http://editorconfig.org) plugin for vim written in vimscript only
tabset.nvim - A Neovim plugin to easily set tabstop, shiftwidth and expandtab settings for file types.
vim-addon-local-vimrc - kiss local vimrc with hash protection
reviewdog - 🐶 Automated code review tool integrated with any code analysis tools regardless of programming language
editorconfig-vim-spell
emacs-solidity - The official solidity-mode for EMACS
editorconfig - EditorConfig universal issue tracker and wiki
vue-ts - Vite + Vue + TypeScript template
prettier - Prettier is an opinionated code formatter.