From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id CFF0944042; Thu, 16 May 2024 10:20:57 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 98A334026E; Thu, 16 May 2024 10:20:57 +0200 (CEST) Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) by mails.dpdk.org (Postfix) with ESMTP id 9EBC14025C for ; Thu, 16 May 2024 10:20:55 +0200 (CEST) Received: by mail-ed1-f46.google.com with SMTP id 4fb4d7f45d1cf-56e6a1edecfso4082326a12.1 for ; Thu, 16 May 2024 01:20:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1715847655; x=1716452455; darn=dpdk.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=m131ccMZEFU6cpWKd5php07GUUwJGxFetJJ81yhDdEs=; b=EzSNgQpThCYg8G3pou3So6u6v93LNixQpXO/UK0kSNdNn8NOd5HMO9r8IV0S4LQWTS 2AY+29e4Ouna6B+68rFowDaeBodnGpK99/8xKyM111rOkzat071L336dfJvDx8TcAPAn LJpO+l945FyyD/sAPsK0L1PIboI6JLQJkxhOjYeN+Zn82LcYSCmBrLcj01Ob7vBKzBjv w2rv3Na37WIJJBKcLeoyctiBh/jWBU+7eCk4BJ9SQp4P1mx+m9kxFc/UhkJ8hoCoVPE9 kmiqWn6Ub7BdtVtgACzqxf3OpcrXNBbZraAop1VDZZkjg/EcK1YfMZ1rvpVBwzJ5zHO5 Xaxw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1715847655; x=1716452455; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=m131ccMZEFU6cpWKd5php07GUUwJGxFetJJ81yhDdEs=; b=jqAo2zba7Ou53Lao2MwDDjWcdZ9ssTox1Ch1M9d/2lc58pcjOVKBd71Q+SmXgzkPF0 RlIgjB+IXTly6FzaOsG6pZVGcBnbLxoQo7ltewDNalciZ0qOlQLEtWNagNxRbZEO+Ou/ WHrfOh+hbefC0BvsvHtjbJ0caHNuVL8tBuLgUII/xqxeGoiWzV8IM3Sqi5DptR4mSn+Y isoRFl/ZI/tbUGPnPax9vgl5Am6fy3NO7YDmUwJSRmbuD46YNehANXo1itqIqe2P6ny1 6J4KbDT/fR4GDjuibX22FaKLc1JVSjvNHuyCezIl/VvD9+33iP+BWFR0ThNkrN052cVY w2SA== X-Gm-Message-State: AOJu0YyPLPeIT6UarwV+8cB8nPtu6uCggasgIQBE5JnRAHP4EB8tL8J1 B8Yt6xY/qskPUm6DTAo7LHkIPDXsc2Wzu1/g64ai8tsoJ9QA7kdECdawJe9F5j8= X-Google-Smtp-Source: AGHT+IFKqgEWMw2OeeBshPAhuxLZAu2nIZ2PE5eWwzeuOJcIZfgOsNS963ZZhGlQyZRgCssCRCSqOA== X-Received: by 2002:a50:9b06:0:b0:572:727f:d0db with SMTP id 4fb4d7f45d1cf-5734d5c13dfmr12101629a12.15.1715847654804; Thu, 16 May 2024 01:20:54 -0700 (PDT) Received: from dcu.otaknetworks.com ([212.156.37.190]) by smtp.gmail.com with ESMTPSA id 4fb4d7f45d1cf-573413b2ac3sm9963818a12.38.2024.05.16.01.20.54 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 May 2024 01:20:54 -0700 (PDT) From: =?UTF-8?q?Abdullah=20=C3=96mer=20Yama=C3=A7?= To: dev@dpdk.org Cc: =?UTF-8?q?Abdullah=20=C3=96mer=20Yama=C3=A7?= Subject: [PATCH v5] devtools: add .clang-format file Date: Thu, 16 May 2024 08:20:51 +0000 Message-Id: <20240516082051.1255621-1-aomeryamac@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org clang-format is a tool to format C/C++/Objective-C code. It can be used to reformat code to match a given coding style, or to ensure that code adheres to a specific coding style. It helps to maintain a consistent coding style across the DPDK codebase. .clang-format file overrides the default style options provided by clang-format and large set of IDEs and text editors support it. Signed-off-by: Abdullah Ömer Yamaç --- .clang-format | 149 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 .clang-format diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000000..5f86e1be79 --- /dev/null +++ b/.clang-format @@ -0,0 +1,149 @@ +--- +BasedOnStyle: LLVM + +# Place opening and closing parentheses on the same line for control statements +BreakBeforeBraces: Custom +BraceWrapping: + AfterFunction: true + AfterControlStatement: false + +AllowShortEnumsOnASingleLine: false + +# Should be declared this way: +SpaceBeforeParens: Custom +SpaceBeforeParensOptions: + AfterForeachMacros: false + +# Set maximum line length to 100 characters +ColumnLimit: 100 + +# Use LF (line feed) as the end-of-line character +LineEnding: LF + +# Insert a newline at the end of the file +InsertNewlineAtEOF: true + +# Set indentation width to 8 spaces +IndentWidth: 8 + +# Set continuation indentation width to 16 spaces (2 tabs) +AlignAfterOpenBracket: DontAlign +ContinuationIndentWidth: 16 + +# Set tab width to 8 spaces +TabWidth: 8 + +# Use tabs for indentation +UseTab: Always + +# Preserve include blocks as they are +IncludeBlocks: Preserve + +# Never sort includes +SortIncludes: Never + +# Always break after return type for top-level definitions +AlwaysBreakAfterReturnType: TopLevelDefinitions + +# Always break before multiline string literals +AlignEscapedNewlines: Left + +# Foreach macros +ForEachMacros: + [ + "CIRBUF_FOREACH", + "DLB2_LIST_FOR_EACH", + "DLB2_LIST_FOR_EACH_SAFE", + "ECORE_LIST_FOR_EACH_ENTRY", + "ECORE_LIST_FOR_EACH_ENTRY_SAFE", + "FOR_EACH", + "FOR_EACH_BUCKET", + "FOR_EACH_CNIC_QUEUE", + "FOR_EACH_COS_IN_TX_QUEUE", + "FOR_EACH_ETH_QUEUE", + "FOR_EACH_MEMBER", + "FOR_EACH_NONDEFAULT_ETH_QUEUE", + "FOR_EACH_NONDEFAULT_QUEUE", + "FOR_EACH_PORT", + "FOR_EACH_PORT_IF", + "FOR_EACH_QUEUE", + "FOR_EACH_SUITE_TESTCASE", + "FOR_EACH_SUITE_TESTSUITE", + "FOREACH_ABS_FUNC_IN_PORT", + "FOREACH_DEVICE_ON_AUXILIARY_BUS", + "FOREACH_DEVICE_ON_CDXBUS", + "FOREACH_DEVICE_ON_PCIBUS", + "FOREACH_DEVICE_ON_PLATFORM_BUS", + "FOREACH_DEVICE_ON_UACCEBUS", + "FOREACH_DEVICE_ON_VMBUS", + "FOREACH_DRIVER_ON_AUXILIARY_BUS", + "FOREACH_DRIVER_ON_CDXBUS", + "FOREACH_DRIVER_ON_PCIBUS", + "FOREACH_DRIVER_ON_PLATFORM_BUS", + "FOREACH_DRIVER_ON_UACCEBUS", + "FOREACH_DRIVER_ON_VMBUS", + "FOREACH_SUBDEV", + "FOREACH_SUBDEV_STATE", + "HLIST_FOR_EACH_ENTRY", + "ILIST_FOREACH", + "LIST_FOR_EACH_ENTRY", + "LIST_FOR_EACH_ENTRY_SAFE", + "LIST_FOREACH", + "LIST_FOREACH_FROM", + "LIST_FOREACH_FROM_SAFE", + "LIST_FOREACH_SAFE", + "ML_AVG_FOREACH_QP", + "ML_AVG_FOREACH_QP_MVTVM", + "ML_AVG_RESET_FOREACH_QP", + "ML_MAX_FOREACH_QP", + "ML_MAX_FOREACH_QP_MVTVM", + "ML_MAX_RESET_FOREACH_QP", + "ML_MIN_FOREACH_QP", + "ML_MIN_FOREACH_QP_MVTVM", + "ML_MIN_RESET_FOREACH_QP", + "MLX5_ETH_FOREACH_DEV", + "MLX5_IPOOL_FOREACH", + "MLX5_L3T_FOREACH", + "OSAL_LIST_FOR_EACH_ENTRY", + "OSAL_LIST_FOR_EACH_ENTRY_SAFE", + "PLT_TAILQ_FOREACH_SAFE", + "RTE_BBDEV_FOREACH", + "RTE_DEV_FOREACH", + "RTE_DMA_FOREACH_DEV", + "RTE_EAL_DEVARGS_FOREACH", + "RTE_ETH_FOREACH_DEV", + "RTE_ETH_FOREACH_DEV_OF", + "RTE_ETH_FOREACH_DEV_OWNED_BY", + "RTE_ETH_FOREACH_DEV_SIBLING", + "RTE_ETH_FOREACH_MATCHING_DEV", + "RTE_ETH_FOREACH_VALID_DEV", + "RTE_GPU_FOREACH", + "RTE_GPU_FOREACH_CHILD", + "RTE_GPU_FOREACH_PARENT", + "RTE_LCORE_FOREACH", + "RTE_LCORE_FOREACH_WORKER", + "RTE_TAILQ_FOREACH", + "RTE_TAILQ_FOREACH_SAFE", + "SILIST_FOREACH", + "SLIST_FOREACH", + "SLIST_FOREACH_FROM", + "SLIST_FOREACH_FROM_SAFE", + "SLIST_FOREACH_PREVPTR", + "SLIST_FOREACH_SAFE", + "STAILQ_FOREACH", + "STAILQ_FOREACH_FROM", + "STAILQ_FOREACH_FROM_SAFE", + "STAILQ_FOREACH_SAFE", + "TAILQ_FOREACH", + "TAILQ_FOREACH_ENTRY", + "TAILQ_FOREACH_ENTRY_SAFE", + "TAILQ_FOREACH_FROM", + "TAILQ_FOREACH_FROM_SAFE", + "TAILQ_FOREACH_REVERSE", + "TAILQ_FOREACH_REVERSE_FROM", + "TAILQ_FOREACH_REVERSE_FROM_SAFE", + "TAILQ_FOREACH_REVERSE_SAFE", + "TAILQ_FOREACH_SAFE", + ] +ObjCSpaceAfterProperty: true +IndentGotoLabels: false -- 2.34.1