Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

EditorConfig core library written in C (for use by plugins supporting EditorConfig parsing)

License

NotificationsYou must be signed in to change notification settings

editorconfig/editorconfig-core-c

Repository files navigation

GitHub releaseBuild Status

EditorConfig makes it easy to maintain the correct coding style when switchingbetween different text editors and between different projects. TheEditorConfig project maintains a file format and plugins for various texteditors which allow this file format to be read and used by those editors. Forinformation on the file format and supported text editors, see theEditorConfig website.

Contributing

This is the README file for theEditorConfig C Core codebase. This codeproduces a program that accepts a filename as input and will look for.editorconfig files with sections applicable to the given file, outputtingany properties found.

When developing an editor plugin for reading EditorConfig files, theEditorConfig core code can be used to locate and parse these files. This meansthe file locator, INI parser, and file globbing mechanisms can all bemaintained in one code base, resulting in less code repetition between plugins.

Installation

See theINSTALL.md file for instructions.

Getting Help

For help with the EditorConfig C Core code, please write to ourmailing list. Bugs and feature requests should be submitted to ourissue tracker. If you find any security bugs, please report them at thesecurity page.

If you are writing a plugin a language that can import C libraries, you maywant to import and use the EditorConfig library directly. If you do use theEditorConfig core as a C library, check thedocumentation for latest stableversion for help. The documentation for latest development version is alsoavailableonline.

License

Unless otherwise stated, all files are distributed under the Simplified BSDlicense. The inih(src/lib/ini.c andsrc/lib/ini.h) library is distributedunder the New BSD license.src/lib/utarray.h is distributed under the RevisedBSD License. The See LICENSE file for details. Some code insrc/lib/misc.c isdistributed under their own license (see the source file for details). See theLICENSE file for details.

About

EditorConfig core library written in C (for use by plugins supporting EditorConfig parsing)

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors40


[8]ページ先頭

©2009-2025 Movatter.jp