mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 12:33:02 +02:00
Some use-package help for Emacs users
[skip ci] Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
+18
-1
@@ -1,8 +1,25 @@
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
#
|
||||
# clang-format style for Infix native source (Liunx kernel v6.5.6 style++)
|
||||
# Infix overrides, e.g., ColumnLimit: 0, at the end of this file.
|
||||
|
||||
#
|
||||
# Call from command line. The ṕrogram looks in parent dirs until it finds
|
||||
# the .clang-format file.
|
||||
#
|
||||
# clang-format -i SOURCE
|
||||
#
|
||||
|
||||
######
|
||||
# Emacs users, add the following to your .emacs for Alt-Shift-F on buffer:
|
||||
#
|
||||
# (use-package format-all
|
||||
# :config
|
||||
# (global-set-key (kbd "M-F") #'format-all-buffer)
|
||||
# (add-hook 'prog-mode-hook #'format-all-ensure-formatter))
|
||||
#
|
||||
######
|
||||
|
||||
#########################################################################
|
||||
# Linux clang-format configuration file. Intended for clang-format >= 11.
|
||||
#
|
||||
# For more information, see:
|
||||
|
||||
Reference in New Issue
Block a user