[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/editorconfig-cc 10be4fd165 006/351: provide feature, us
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/editorconfig-cc 10be4fd165 006/351: provide feature, use symbol prefix, add commentary, |
Date: |
Thu, 13 Jun 2024 18:38:36 -0400 (EDT) |
branch: scratch/editorconfig-cc
commit 10be4fd165d39baa4394e26256f696a39ab01de3
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
provide feature, use symbol prefix, add commentary,
remove url from summary
---
editorconfig.el | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 57 insertions(+)
diff --git a/editorconfig.el b/editorconfig.el
index e69de29bb2..066c2f2c79 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -0,0 +1,57 @@
+;;; editorconfig.el --- EditorConfig Emacs extension
+
+;; Copyright (C) 2011-2012 EditorConfig Team
+
+;; Author: Trey Hunner
+;; Version: 0.1
+;; Homepage: http://editorconfig.org
+
+;; Redistribution and use in source and binary forms, with or without
+;; modification, are permitted provided that the following conditions are met:
+;;
+;; 1. Redistributions of source code must retain the above copyright notice,
+;; this list of conditions and the following disclaimer.
+;; 2. Redistributions in binary form must reproduce the above copyright notice,
+;; this list of conditions and the following disclaimer in the documentation
+;; and/or other materials provided with the distribution.
+
+;; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+;; AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+;; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+;; ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+;; LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+;; CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+;; SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+;; INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+;; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+;; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+;; POSSIBILITY OF SUCH DAMAGE.
+
+;;; Commentary:
+
+;; EditorConfig helps developers define and maintain consistent
+;; coding styles between different editors and IDEs.
+
+;; The EditorConfig project consists of a file format for defining
+;; coding styles and a collection of text editor plugins that enable
+;; editors to read the file format and adhere to defined styles.
+;; EditorConfig files are easily readable and they work nicely with
+;; version control systems.
+
+;;; Code:
+
+(defvar edconf-exec-path "editorconfig")
+
+(defun edconf-set-indentation (style &optional size tab_width)
+ )
+
+(defun edconf-set-line-ending (end-of-line)
+ )
+
+(defun edconf-get-properties ()
+ )
+
+(defun edconf-parse-properties (props-string)
+ )
+
+(provide 'editorconfig)
- [nongnu] branch scratch/editorconfig-cc created (now 3764c87538), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc ef90cfda83 009/351: Update package information., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc a4b8e55bf4 032/351: Make EditorConfig core function pluggable, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 68ad326706 002/351: Update EditorConfig url., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 45afbe1bc9 007/351: Add a link to `editorconfig.el` in README, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc a8ca8c46f7 005/351: Update EditorConfig Core URL., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 871a69ab90 028/351: Add Hong Xu to contributor list., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc e69ebeeaa1 010/351: Reset the indentation rule., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 8ee7d0b533 008/351: Set indent_size for lisp mode and ruby mode., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc d744546fc6 003/351: Add root=true to the top .editorconfig., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 10be4fd165 006/351: provide feature, use symbol prefix, add commentary,,
Stefan Monnier <=
- [nongnu] scratch/editorconfig-cc 5bc887b015 017/351: Support web-mode., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc ac28a9fd1d 015/351: Bump version number, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6c18a40b51 024/351: Make edconf-exec-path a customizable variable., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6bdcaf89df 018/351: Add cmake-mode support., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc cd38bdaa64 048/351: Prepare v0.6, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc cf6786403a 034/351: Change symbol prefix: edconf -> editorconfig, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6bfbea985c 073/351: Catch error thrown from get-properties-function and display it, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc d068ec0546 030/351: Use \' instead of $, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc b45ec732a2 029/351: Relicense to GPLv3+, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 549d06a982 057/351: Add MELPA badges, Stefan Monnier, 2024/06/13