editorconfig-vim
tabset.nvim
editorconfig-vim | tabset.nvim | |
---|---|---|
137 | 1 | |
3,129 | 26 | |
0.2% | - | |
5.1 | 0.0 | |
6 months ago | almost 2 years ago | |
Vim Script | Lua | |
GNU General Public License v3.0 or later | MIT License |
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
tabset.nvim
-
Plugin to easily set tabstop, shiftwidth and expandtab
tabset.nvim is a very small Neovim plugin written in pure Lua. Its purpose is to easily set your preferred tab width for different file types without having to create a file under the ftplugin folder for each file type. You can set some default settings for most file types, and then some language-specific ones.
What are some alternatives?
nvim-projectconfig - neovim projectconfig
pycodestyle - Simple Python style checker in one Python file
project-config.nvim - Per project config for Neovim
reviewdog - 🐶 Automated code review tool integrated with any code analysis tools regardless of programming language
emacs-solidity - The official solidity-mode for EMACS
vue-ts - Vite + Vue + TypeScript template
prettier - Prettier is an opinionated code formatter.
Qodana - 📝 Source repository of Qodana Help
npm.nvim - Npm plugin to make vim user works with npm easier
vim-sleuth - sleuth.vim: Heuristically set buffer options
pre-commit - A framework for managing and maintaining multi-language pre-commit hooks.